home *** CD-ROM | disk | FTP | other *** search
- on mouseWithin me
- tmp = the castLibNum of sprite the currentSpriteNum
- tmp = castLib(tmp).name
- if tmp = "pict" then
- cursor(280)
- updateStage()
- end if
- end
-
- on mouseLeave me
- tmp = the castLibNum of sprite the currentSpriteNum
- tmp = castLib(tmp).name
- if tmp = "pict" then
- cursor(-1)
- updateStage()
- end if
- end
-
- on mouseUp me
- global gIngrandimento
- tmp = the castLibNum of sprite the currentSpriteNum
- tmp = castLib(tmp).name
- if tmp = "pict" then
- tmp = the memberNum of sprite the currentSpriteNum
- gIngrandimento = member(tmp, "pict").name
- go("ingrandimento")
- end if
- end
-